This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
bdy = source.FieldGetText("Body" )
FieldName = source.CurrentField
If Ucase( FieldName )<>"BODY" Then Call source.GotoField( "Body")
Forall smily In MySmilies
p = Instr( 1, bdy, Listtag( smily))
While p>0
Call source.GotoField("Body")
Call source.FindString( Listtag( smily) , False )
Call source.import( "GIF Image", DataDir & smily )
bdy = Replace(bdy, Listtag(smily), "#",1,1,5)
p = Instr( 1, bdy, Listtag( smily))
Wend
End Forall
' === end emoticons ===
Call cMemoObject.QuerySave(Continue)
End Sub
Then create a folder "smile" in your notes data directory and copy the emoticon gif files from <notes program>\framework\shared\eclipse\plugins\com.ibm.collaboration.realtime.palettes_7.5.1.200705141612\smileys into the newly created "smile" folder.